PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setReduceFraction Method
True if a fractional value formatted according to the getPrecision or getDenominator methods may not have its denominator reduced or low-order zeros truncated.
In This Topic
    setReduceFraction Method
    In This Topic
    Sets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.
    Syntax
    public void setReduceFraction( 
       boolean value
    )

    Parameters

    value
    True if a fractional value formatted according to the getPrecision or getDenominator methods may not have its denominator reduced or low-order zeros truncated.
    See Also